@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

/* logo 闪烁 */
.logo {
  position: relative;
  overflow: hidden; }

.logo::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  transform: rotate(-45deg);
  opacity: 0.7;
  animation: logoLights 2s ease-in 1s infinite; }

@keyframes logoLights {
  0% {
    left: -160px;
    top: 0; }
  to {
    left: 160px;
    top: 0; } }

.logo::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  transform: rotate(-45deg);
  opacity: 0.8;
  animation: logoLights2 2s ease-in 1s infinite; }

@keyframes logoLights2 {
  0% {
    left: -130px;
    top: 0; }
  to {
    left: 190px;
    top: 0; } }

/*
node-sass --output-style compressed style.scss > ../assets/css/style.css
node-sass --watch -r ./ -o  ../css/

//单文件转换命令
sass input.scss output.css

//单文件监听命令
sass --watch input.scss:output.css

//如果你有很多的sass文件的目录，你也可以告诉sass监听整个目录：
sass --watch app/sass:public/stylesheets
*/
/* -------------------------------------------------------------------------- *
 * 颜色变量
 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 透明度 */
/* 文章场景相关 */
/* ---------------------------------------------------------- *
 * 默认的样式
 */
html {
  -webkit-text-size-adjust: none; }

* {
  margin: 0;
  padding: 0; }

ol,
ul {
  list-style: none; }

img {
  border: 0;
  height: auto;
  width: auto; }

body {
  font-family: "Microsoft YaHei UI","Microsoft YaHei",SimSun,"Segoe UI",Tahoma,Helvetica,Sans-Serif;
  font-size: 17px;
  letter-spacing: 0.8px;
  position: relative;
  letter-spacing: 1px; }

a {
  color: #333;
  font-size: 17px;
  text-decoration: none;
  transition: color 0.3s;
  letter-spacing: 1px; }

a:hover {
  color: #0076db; }

/* ---------------------------------------------------------- *
 * 图标
 */
@font-face {
  font-family: 'iconfont';
  /* project id 1682937 */
  src: url("//at.alicdn.com/t/font_1682937_0wdtjqyk9o6.eot");
  src: url("//at.alicdn.com/t/font_1682937_0wdtjqyk9o6.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1682937_0wdtjqyk9o6.woff2") format("woff2"), url("//at.alicdn.com/t/font_1682937_0wdtjqyk9o6.woff") format("woff"), url("//at.alicdn.com/t/font_1682937_0wdtjqyk9o6.ttf") format("truetype"), url("//at.alicdn.com/t/font_1682937_0wdtjqyk9o6.svg#iconfont") format("svg"); }

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

/* ---------------------------------------------------------- */
/*	分页
/* ---------------------------------------------------------- */
nav.pagination {
  font-size: 20px;
  border-top: 0px;
  border-bottom: 0px; }
  nav.pagination .nav-links {
    align-items: baseline;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 1.8em;
    font-weight: 100;
    width: 100%; }
  nav.pagination .pagination-separator {
    margin: 5em 0; }
  nav.pagination .nav-links > * {
    min-width: 2em;
    height: 2em;
    line-height: 2.1em;
    text-align: center;
    font-size: 0.4em;
    border: 1px solid #3e3e3e;
    margin: 1.5em 0.25em;
    display: block; }
  nav.pagination .nav-links > .current {
    background-color: #0076db;
    border-color: #0076db;
    color: #fff;
    border-radius: 3px; }
  nav.pagination .nav-links .placeholder {
    display: none;
    visibility: hidden; }
  nav.pagination a {
    text-decoration: none;
    border-radius: 3px; }
  nav.pagination a:hover {
    border-color: #0076db; }

/* ---------------------------------------------------------- *
 * 顶部
 */
.header {
  overflow: hidden;
  width: 100%;
  height: 50px;
  overflow: hidden;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #eee; }
  .header .logo {
    width: 200px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    margin-top: 10px; }
  .header .logo img {
    width: 100%;
    height: auto;
    display: block; }
  .header .header-right {
    display: none; }
  .header .menu-button {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 22px; }
    .header .menu-button .iconfont {
      text-align: center;
      line-height: 50px; }

/* ---------------------------------------------------------- *
 * 菜单
 */
nav.top-nav {
  display: none;
  background-color: #fff;
  width: 100%;
  height: 500px;
  border-bottom: 1px solid #ddd;
  position: absolute;
  top: 51px;
  left: 0px;
  z-index: 99999999;
  overflow-y: scroll; }
  nav.top-nav .nav-list {
    width: auto;
    margin: 0px 25px;
    padding-top: 1px; }
    nav.top-nav .nav-list li {
      margin-top: 20px; }
      nav.top-nav .nav-list li > a {
        display: block;
        height: 28px; }
      nav.top-nav .nav-list li .select li {
        margin-top: 10px; }
        nav.top-nav .nav-list li .select li a {
          font-size: 14px;
          text-indent: 30px; }

/* ---------------------------------------------------------- *
 * 幻灯样式
 */
.swiper-pagination-bullet-active {
  background-color: #0076db !important; }

.swiper-container {
  margin-top: 0px;
  border-radius: 0px; }
  .swiper-container .swiper-slide img {
    width: 100%; }
  .swiper-container .swiper-container {
    width: 100%;
    height: 100%; }
  .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }

/* ---------------------------------------------------------- *
 * 搜索
 */
.search {
  width: 88%;
  overflow: hidden;
  float: left;
  margin-left: 6%;
  margin-top: 10px; }
  .search .text {
    width: 100%;
    height: 35px;
    line-height: 32px;
    font-size: 16px;
    border: none;
    color: #000;
    outline: none;
    border-radius: 5px;
    text-indent: 6%;
    background: #f8f8f8;
    float: left; }
  .search .text:focus {
    color: #000; }
  .search .button {
    width: 60px;
    height: 25px;
    line-height: 25px;
    border: none;
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    outline: none;
    float: right;
    margin-top: -30px;
    margin-right: 2%;
    background: #0076db;
    border-radius: 5px;
    -webkit-appearance: none;
    outline: none; }
  .search input:-ms-input-placeholder {
    color: #000;
    font-size: 15px; }
  .search input::-webkit-input-placeholder {
    color: #000;
    font-size: 15px; }

.breadcrumbs {
  width: auto;
  height: 35px;
  line-height: 35px;
  margin-top: 20px;
  font-size: 15px;
  color: #5f5f5f; }
  .breadcrumbs a {
    font-size: 15px;
    color: #5f5f5f; }

/* ---------------------------------------------------------- *
 * banner 产品列表页
 */
.banner-container {
  width: 100%; }
  .banner-container img {
    width: 100%;
    height: 50vw;
    object-fit: cover; }

/* ---------------------------------------------------------- *
 * 产品列表 @ 首页
 */
.widget-header {
  width: 100%;
  height: 50px;
  margin: 10px auto 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .widget-header .widget-one {
    display: flex;
    align-items: center;
    font-size: 19px;
    position: relative;
    text-indent: 15px; }
    .widget-header .widget-one::after {
      content: "";
      height: 22px;
      width: 6px;
      background-color: #0076db;
      position: absolute;
      left: 0px;
      top: 0px; }

.product-container {
  width: calc(100% - 30px);
  margin: 0px auto;
  overflow: hidden; }
  .product-container .product-list {
    width: 100%;
    margin: 8px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden; }
    .product-container .product-list .product-item {
      width: 48%;
      margin-bottom: 15px; }
      .product-container .product-list .product-item img {
        width: 100%;
        height: 175px;
        border-radius: 5px;
        object-fit: cover; }
      .product-container .product-list .product-item .product-title {
        font-size: 16px;
        font-weight: 500;
        margin-top: 5px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .product-container .product-list .product-item .product-description {
        margin-top: 8px;
        font-size: 15px;
        color: #666;
        height: 56px;
        line-height: 19.5px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden; }

/* ---------------------------------------------------------- *
 * 新闻 @ 首页
 */
.info-container {
  width: calc(100% - 30px);
  margin: 0px auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap; }
  .info-container .info-section1, .info-container .info-section2 {
    width: 100%; }
    .info-container .info-section1 .news-list, .info-container .info-section2 .news-list {
      display: flex;
      flex-direction: column;
      margin-top: 0px; }
      .info-container .info-section1 .news-list div, .info-container .info-section2 .news-list div {
        width: 100%;
        height: 20px;
        line-height: 20px;
        position: relative;
        margin-top: 20px;
        margin-left: 0px; }
        .info-container .info-section1 .news-list div a, .info-container .info-section2 .news-list div a {
          display: block;
          width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 15px; }
      .info-container .info-section1 .news-list div::before, .info-container .info-section2 .news-list div::before {
        content: "";
        display: none; }
      .info-container .info-section1 .news-list div:first-child, .info-container .info-section2 .news-list div:first-child {
        margin-top: 1px; }
  .info-container .info-section3 {
    width: 100%;
    margin-top: 35px; }
    .info-container .info-section3 .address-pic {
      width: 100%;
      height: 165px;
      border-radius: 5px; }
    .info-container .info-section3 .address-description {
      height: 105px;
      margin-top: 8px;
      font-size: 13.5px;
      line-height: 20px; }

/* ---------------------------------------------------------- *
 * footer
 */
footer {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  margin-top: 40px;
  border-top: 1px solid #ececec; }
  footer .footer-container {
    width: calc(100vw - 50px);
    margin: 0 auto;
    color: #777777;
    overflow: hidden; }
    footer .footer-container .footer-info {
      font-size: 11px;
      margin-top: 30px; }
      footer .footer-container .footer-info .footer-info-title {
        font-size: 14px;
        font-weight: 500; }
      footer .footer-container .footer-info .footer-info-content {
        margin-top: 5px;
        margin-bottom: 25px;
        line-height: 17px; }
      footer .footer-container .footer-info .footer-qrcode {
        width: 100px;
        font-size: 13px; }
        footer .footer-container .footer-info .footer-qrcode:first-child {
          margin-right: 20px; }
        footer .footer-container .footer-info .footer-qrcode img {
          width: 100%; }
        footer .footer-container .footer-info .footer-qrcode div {
          display: block;
          width: 90%;
          margin: 5px auto 0px auto;
          text-align: center;
          text-align-last: justify; }
    footer .footer-container .qrcode-container {
      display: flex;
      justify-content: center; }
    footer .footer-container ul.footer-link-container {
      display: flex;
      flex-wrap: wrap;
      margin-top: 30px; }
      footer .footer-container ul.footer-link-container .menu-item {
        display: flex;
        flex-direction: column;
        min-width: 140px; }
        footer .footer-container ul.footer-link-container .menu-item a {
          font-size: 15px;
          line-height: 14px;
          color: #808080;
          margin-bottom: 16px;
          display: block;
          position: relative; }
        footer .footer-container ul.footer-link-container .menu-item .select {
          margin-top: 10px; }
          footer .footer-container ul.footer-link-container .menu-item .select a {
            font-size: 13px;
            margin-left: 10px; }
          footer .footer-container ul.footer-link-container .menu-item .select a::after {
            content: "";
            width: 3px;
            height: 3px;
            background-color: #808080;
            position: absolute;
            top: 5px;
            left: -10px; }
  footer .footer-bottom {
    margin-top: 30px;
    overflow: hidden;
    color: #777;
    padding: 0px 25px;
    border-top: 1px solid #ececec; }
    footer .footer-bottom a {
      color: #777; }
    footer .footer-bottom .copyright {
      font-family: Arial, Helvetica, sans-serif;
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px;
      line-height: 20px;
      font-size: 12px; }
      footer .footer-bottom .copyright a {
        font-size: 12px; }

/* ---------------------------------------------------------- *
 * 主容器
 */
.main-container {
  overflow: hidden;
  padding: 0 25px;
  min-height: calc(100vh - 137px - 80px); }

.main-container .sider-box {
  width: 100%;
  min-height: 20px;
  margin-top: 25px;
  padding-bottom: 10px;
  border: 0px solid #f1f1f1;
  border-radius: 5px; }
  .main-container .sider-box .sider-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-image: linear-gradient(75deg, #0076db, #0271d3, #016cca, #017fec);
    background-color: #0076db;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 400; }
  .main-container .sider-box ul.sider-body {
    width: 100%;
    text-align: left; }
    .main-container .sider-box ul.sider-body li {
      min-height: 38px;
      line-height: 38px; }
      .main-container .sider-box ul.sider-body li a {
        display: block;
        text-indent: 0px;
        font-size: 16px; }
      .main-container .sider-box ul.sider-body li > ul.select > li {
        min-height: 30px;
        line-height: 30px;
        position: relative; }
        .main-container .sider-box ul.sider-body li > ul.select > li:after {
          content: "";
          display: block;
          width: 4px;
          height: 4px;
          border-radius: 2px;
          background-color: #fbbd03;
          position: absolute;
          top: 12.5px;
          left: 13px; }
        .main-container .sider-box ul.sider-body li > ul.select > li a {
          display: block;
          font-size: 15px;
          text-indent: 25px; }

/* ---------------------------------------------------------- *
 * 文章列表样式
 */
.media-list {
  margin-top: 20px; }

.media-item {
  width: 100%;
  padding: 25px 0;
  font-size: 12px;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden; }
  .media-item .media-title {
    height: 20px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .media-item .media-widget {
    margin-top: 10px;
    color: #444;
    display: flex;
    justify-content: space-between; }
    .media-item .media-widget .media-widget-left {
      margin-right: 30px; }
      .media-item .media-widget .media-widget-left .media-author {
        display: flex;
        color: #4b4b4b;
        align-items: center; }
        .media-item .media-widget .media-widget-left .media-author img {
          width: 26px;
          height: 26px;
          border-radius: 50%;
          margin-right: 10px; }
      .media-item .media-widget .media-widget-left .media-description {
        margin-top: 15px;
        line-height: 20px;
        font-size: 13px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
    .media-item .media-widget .media-widget-right {
      width: 120px; }
      .media-item .media-widget .media-widget-right img {
        width: 120px;
        height: 70px;
        margin-top: 5px;
        border-radius: 3px;
        object-fit: cover; }
  .media-item .media-info {
    margin-top: 10px;
    color: #898989; }
    .media-item .media-info a {
      font-size: 12px;
      color: #898989; }

.media-item:first-child {
  padding-top: 0px; }

/* ---------------------------------------------------------- *
 * 产品列表样 @ 产品列表页
 */
.product-page-list {
  width: 100%;
  margin: 8px auto; }
  .product-page-list .product-item:nth-child(2n) {
    margin-right: 0px; }
  .product-page-list .product-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
    float: left; }
    .product-page-list .product-item img {
      width: 100%;
      height: 175px;
      border-radius: 5px;
      object-fit: cover; }
    .product-page-list .product-item .product-title {
      font-size: 16px;
      font-weight: 500;
      margin-top: 5px;
      color: #333;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .product-page-list .product-item .product-description {
      margin-top: 8px;
      font-size: 15px;
      color: #666;
      height: 56px;
      line-height: 19.5px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden; }

/* -------------------------------------------------------------------------- *
 * 404 页面未找到
 */
.page-no-found {
  width: 100%;
  max-width: 450px;
  margin: 10px auto; }
  .page-no-found img {
    width: 100%; }
  .page-no-found p {
    font-size: 30px;
    text-align: center; }
  .page-no-found a {
    display: block;
    width: 120px;
    height: 30px;
    color: #fff;
    font-size: 13px;
    margin: 20px auto 0px auto;
    line-height: 30px;
    text-align: center;
    background-color: #0076db;
    border-radius: 3px; }
    .page-no-found a:hover {
      color: #fff; }

/* ---------------------------------------------------------- *
 * 右边栏目
 */
.right-sider {
  width: 100%;
  min-height: 200px;
  float: right; }

/* ---------------------------------------------------------- *
 * 文章列表 文章模块
 */
/* 文章页 singular.php */
.singular-article-container {
  margin-top: 20px; }
  .singular-article-container .article-title {
    line-height: 28px;
    font-size: 21px;
    color: #333; }
  .singular-article-container .article-meta {
    font-size: 14px;
    font-size: 14px;
    color: #777777;
    line-height: 38px;
    margin-top: 15px; }
    .singular-article-container .article-meta a {
      font-size: 14px;
      color: #777; }
    .singular-article-container .article-meta span {
      margin-right: 20px; }
  .singular-article-container .article-content {
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
    color: #555;
    margin-top: 20px;
    padding-bottom: 120px; }
    .singular-article-container .article-content img {
      max-width: 100%;
      margin-top: 20px; }
    .singular-article-container .article-content pre {
      line-height: 18px; }
    .singular-article-container .article-content p {
      margin-top: 10px; }
    .singular-article-container .article-content h3 {
      font-size: 20px;
      margin-top: 40px;
      margin-bottom: 20px; }
    .singular-article-container .article-content table {
      font-size: 12px;
      color: #333333;
      border-width: 1px;
      border-color: #666666;
      border-collapse: collapse; }
      .singular-article-container .article-content table tr:first-child td {
        background-color: #dfdfdf !important;
        border-bottom: 2px solid #918e8e; }
    .singular-article-container .article-content table th {
      border-width: 1px;
      padding: 8px;
      border-style: solid;
      border-color: #666666;
      background-color: #dedede; }
    .singular-article-container .article-content table td {
      border-width: 1px;
      padding: 8px;
      border-style: solid;
      border-color: #666666;
      background-color: #ffffff; }

.hljs {
  /*background-color: transparent !important;*/
  padding: 9.5px !important; }

pre {
  font-size: 13px !important;
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important; }

/* ---------------------------------------------------------- *
 * 底部按钮 回到顶部
 */
.to-top {
  background: url(../images/top.png) no-repeat;
  background-size: 60%;
  background-position: center center;
  cursor: pointer;
  display: none;
  width: 38px;
  height: 38px;
  background-color: #88888a;
  z-index: 1;
  position: fixed;
  bottom: 30px;
  right: 30px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  margin: 0 0 7px 0;
  transition: 0.4s;
  border-radius: 10px;
  vertical-align: middle;
  cursor: pointer; }

/* ---------------------------------------------------------- *
 * search
 */
.no-content {
  text-align: center;
  margin-top: 100px;
  font-size: 16px; }
  .no-content p {
    margin-top: 50px; }

.search-title {
  margin-top: 30px; }

/**
瀑布流
*/
.media-list.waterfall {
  column-count: 3;
  column-gap: 20px; }
  .media-list.waterfall .media-image {
    break-inside: avoid;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #e7e7e7; }
    .media-list.waterfall .media-image img {
      max-width: 100%; }
    .media-list.waterfall .media-image a:last-child {
      display: block;
      height: 22px;
      line-height: 22px;
      font-size: 12px;
      text-align: center; }
  .media-list.waterfall .media-image:hover {
    transform: scale(105%); }

/**
单页*/
.main-container.page {
  width: 900px;
  font-size: 15px;
  overflow: hidden; }
  .main-container.page .page-title {
    font-size: 2em;
    font-weight: 400;
    line-height: 1.35;
    margin-top: 2em;
    margin-bottom: .6em;
    text-align: center; }
  .main-container.page .page-meta {
    margin: 2rem 0rem 5rem 0rem; }
  .main-container.page .page-content {
    min-height: 430px;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden; }
    .main-container.page .page-content h1, .main-container.page .page-content h2, .main-container.page .page-content h3 {
      line-height: 60px;
      font-weight: 900; }
    .main-container.page .page-content img {
      max-width: 100%;
      margin-top: 10px;
      margin-bottom: 10px; }
    .main-container.page .page-content p {
      margin-bottom: 0px; }
    .main-container.page .page-content .btn {
      display: block;
      width: 80px;
      height: 32px;
      line-height: 32px;
      font-size: 13px;
      text-align: center;
      background-color: #32802b;
      border-color: #32802b;
      border-radius: 3px;
      color: #fff;
      margin: 30px auto 30px auto; }

.about-text {
  min-height: 200px;
  background-color: green;
  z-index: 22999999; }

.icon {
  max-width: 780px;
  width: 100%;
  overflow: hidden;
  margin: 0px auto; }

.img-con {
  width: 100%;
  height: 0px;
  padding-bottom: 50%;
  animation: shake 10s linear infinite; }

.rotate-img {
  display: block;
  width: 80%;
  margin: 0px auto;
  animation: rotation 38s linear infinite; }

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes shake {
  0% {
    transform: translate(0px, 0px); }
  94% {
    opacity: 0.7;
    transform: translate(2px, 2px) scale(1, 1); }
  95% {
    opacity: 0.7;
    transform: translate(4px, 2px) scale(1.01, 1.01); }
  96% {
    opacity: 0.4;
    transform: translate(2px, 0px) scale(1, 1); }
  97% {
    opacity: 0.2;
    transform: translate(-2px, 4px) scale(1.02, 1.02); }
  98% {
    opacity: 0.7;
    transform: translate(-4px, -2px) scale(1.01, 1.01); }
  99% {
    opacity: 0.0;
    transform: translate(-2px, 0px) scale(1.02, 1.02); }
  100% {
    opacity: 0.7;
    transform: translate(-2px, 3px) scale(1.01, 1.01); } }

/*
node-sass --output-style compressed style.scss > ../assets/css/style.css
node-sass --watch -r ./ -o  ../css/

//单文件转换命令
sass input.scss output.css

//单文件监听命令
sass --watch input.scss:output.css

//如果你有很多的sass文件的目录，你也可以告诉sass监听整个目录：
sass --watch app/sass:public/stylesheets
*/
/* -------------------------------------------------------------------------- *
 * 颜色变量
 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 透明度 */
/* 文章场景相关 */
/* ---------------------------------------------------------- *
 * 默认的样式
 */
html {
  -webkit-text-size-adjust: none; }

* {
  margin: 0;
  padding: 0; }

ol,
ul {
  list-style: none; }

img {
  border: 0;
  height: auto;
  width: auto; }

body {
  font-family: "Microsoft YaHei UI","Microsoft YaHei",SimSun,"Segoe UI",Tahoma,Helvetica,Sans-Serif;
  font-size: 17px;
  letter-spacing: 0.8px;
  position: relative;
  letter-spacing: 1px; }

a {
  color: #333;
  font-size: 17px;
  text-decoration: none;
  transition: color 0.3s;
  letter-spacing: 1px; }

a:hover {
  color: #0076db; }

/* ---------------------------------------------------------- *
 * 图标
 */
@font-face {
  font-family: 'iconfont';
  /* project id 1682937 */
  src: url("//at.alicdn.com/t/font_1682937_0wdtjqyk9o6.eot");
  src: url("//at.alicdn.com/t/font_1682937_0wdtjqyk9o6.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1682937_0wdtjqyk9o6.woff2") format("woff2"), url("//at.alicdn.com/t/font_1682937_0wdtjqyk9o6.woff") format("woff"), url("//at.alicdn.com/t/font_1682937_0wdtjqyk9o6.ttf") format("truetype"), url("//at.alicdn.com/t/font_1682937_0wdtjqyk9o6.svg#iconfont") format("svg"); }

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

@media only screen and (min-width: 900px) {
  /* ---------------------------------------------------------- *
   * 顶部
   */
  .header {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
    background-color: #fff;
    border-bottom: 0; }
    .header .logo {
      width: 430px;
      height: 70px;
      float: left;
      display: block;
      margin-left: 8px;
      margin-top: 10px; }
      .header .logo img {
        height: 100%;
        float: left; }
    .header .header-right {
      float: right;
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      .header .header-right a {
        font-size: 15px;
        margin-left: 33px; }
      .header .header-right .tel-widget {
        color: #8a8a8a;
        font-size: 18px;
        font-weight: 400;
        display: flex;
        align-items: center;
        margin-top: 25px; }
        .header .header-right .tel-widget div {
          margin-left: 8px; }
    .header .menu-button {
      display: none; }
  /* ---------------------------------------------------------- *
  * 菜单 @ 首页
  */
  nav.top-nav {
    display: block !important;
    width: 100%;
    height: 43px;
    min-height: 0;
    border-top: 1px solid #0076db;
    border-bottom: 1px solid #0076db;
    background-color: #0076db;
    position: relative;
    top: 0;
    overflow-y: visible; }
    nav.top-nav .nav-list {
      width: 1200px;
      height: 43px;
      display: block;
      margin: 0px auto;
      font-size: 15px;
      padding-top: 0px; }
      nav.top-nav .nav-list li {
        width: 169px;
        height: 43px;
        float: left;
        margin-left: 0px;
        margin-top: 0px;
        position: relative;
        position: relative; }
        nav.top-nav .nav-list li::after {
          content: "";
          display: block;
          background-color: #fff;
          width: 1px;
          height: 20px;
          position: absolute;
          right: 0px;
          top: 12px; }
        nav.top-nav .nav-list li:first-child::before {
          content: "";
          display: block;
          background-color: #fff;
          width: 1px;
          height: 20px;
          position: absolute;
          left: 0px;
          top: 12px; }
        nav.top-nav .nav-list li a {
          display: block;
          color: #fff;
          text-align: center;
          height: auto;
          line-height: 43px;
          min-width: 60px;
          font-size: 15px;
          cursor: pointer; }
        nav.top-nav .nav-list li a:hover {
          color: #fff;
          background-color: #0381f0; }
        nav.top-nav .nav-list li .select {
          position: absolute;
          top: 44px;
          left: -1px;
          overflow: hidden;
          display: none;
          z-index: 9999; }
          nav.top-nav .nav-list li .select li {
            height: 43px;
            clear: both;
            background-color: #0076db;
            margin-top: 0px; }
            nav.top-nav .nav-list li .select li::before, nav.top-nav .nav-list li .select li::after {
              display: none; }
            nav.top-nav .nav-list li .select li a {
              line-height: 40px;
              font-size: 14px;
              font-weight: normal !important;
              text-indent: 0px; }
        nav.top-nav .nav-list li .nav-bar .active {
          background-color: #FE2A00; }
      nav.top-nav .nav-list li:hover .select {
        display: block; }
      nav.top-nav .nav-list li.current-menu-item a {
        color: #fff; }
  /* ---------------------------------------------------------- *
 * banner 产品列表页
 */
  .banner-container {
    width: 100%; }
    .banner-container img {
      width: 100%;
      height: auto;
      object-fit: none; }
  /* ---------------------------------------------------------- *
 * 产品列表 @ 【首页】
 */
  .widget-header {
    width: 100%;
    height: 50px;
    margin: 63px auto 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .widget-header .widget-one {
      display: flex;
      align-items: center;
      font-size: 19px; }
      .widget-header .widget-one img {
        width: 25px;
        height: 25px;
        object-fit: cover;
        margin-right: 15px; }
  .product-container {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden; }
    .product-container .product-list {
      width: 1200px;
      margin: 8px auto;
      display: block; }
      .product-container .product-list .product-item {
        width: 275px;
        margin-bottom: 15px;
        margin-right: 33px;
        float: left; }
        .product-container .product-list .product-item:nth-child(4), .product-container .product-list .product-item:nth-child(8) {
          margin-right: 0px; }
        .product-container .product-list .product-item img {
          width: 275px;
          height: 200px;
          border-radius: 5px;
          object-fit: cover;
          box-shadow: 5px 5px 6px #ddd; }
          .product-container .product-list .product-item img:hover {
            box-shadow: 5px 5px 6px #bdbcbc;
            transition: 0.3s linear; }
        .product-container .product-list .product-item .product-title {
          font-size: 16px;
          font-weight: 500;
          margin-top: 11px;
          color: #333; }
        .product-container .product-list .product-item .product-description {
          margin-top: 13px;
          font-size: 15px;
          color: #666;
          height: 56px;
          line-height: 19.5px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          overflow: hidden; }
  /* ---------------------------------------------------------- *
 * 新闻
 */
  .info-container {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between; }
    .info-container .info-section1, .info-container .info-section2 {
      width: 398px; }
      .info-container .info-section1 .news-list, .info-container .info-section2 .news-list {
        display: flex;
        flex-direction: column; }
        .info-container .info-section1 .news-list div, .info-container .info-section2 .news-list div {
          width: 100%;
          height: 20px;
          line-height: 20px;
          position: relative;
          margin-top: 20px;
          margin-left: 12px; }
          .info-container .info-section1 .news-list div a, .info-container .info-section2 .news-list div a {
            display: block;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 15px; }
        .info-container .info-section1 .news-list div::before, .info-container .info-section2 .news-list div::before {
          content: "";
          display: block;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          background-color: #0076db;
          position: absolute;
          top: 7.5px;
          left: -12px; }
        .info-container .info-section1 .news-list div:first-child, .info-container .info-section2 .news-list div:first-child {
          margin-top: 20px; }
    .info-container .info-section3 {
      width: 340px;
      margin-top: 0px; }
      .info-container .info-section3 .address-pic {
        width: 100%;
        height: 165px;
        border-radius: 5px; }
      .info-container .info-section3 .address-description {
        height: 105px;
        margin-top: 8px;
        font-size: 13.5px;
        line-height: 20px; }
  /* ---------------------------------------------------------- *
  * main-container
  */
  .main-container {
    width: 1200px;
    margin: 0 auto; }
    .main-container .left-sider {
      width: 300px;
      float: left; }
      .main-container .left-sider .sider-box {
        width: 260px;
        min-height: 20px;
        margin-top: 30px;
        padding-bottom: 50px;
        border: 1px solid #f1f1f1;
        border-radius: 5px;
        box-shadow: 3px 3px 6px #f5f5f5; }
        .main-container .left-sider .sider-box .sider-title {
          width: 260px;
          height: 50px;
          line-height: 50px;
          text-align: center;
          background-image: linear-gradient(75deg, #0076db, #0271d3, #016cca, #017fec);
          background-color: #0076db;
          border-radius: 5px 5px 0px 0px;
          color: #fff;
          font-size: 20px;
          font-weight: 400; }
        .main-container .left-sider .sider-box ul.sider-body {
          width: 100%;
          text-align: left; }
          .main-container .left-sider .sider-box ul.sider-body li {
            min-height: 38px;
            line-height: 38px; }
            .main-container .left-sider .sider-box ul.sider-body li a {
              display: block;
              text-indent: 20px;
              font-size: 16px; }
            .main-container .left-sider .sider-box ul.sider-body li > ul.select > li {
              min-height: 30px;
              line-height: 30px;
              position: relative; }
              .main-container .left-sider .sider-box ul.sider-body li > ul.select > li:after {
                content: "";
                display: block;
                width: 4px;
                height: 4px;
                border-radius: 2px;
                background-color: #fbbd03;
                position: absolute;
                top: 12.5px;
                left: 33px; }
              .main-container .left-sider .sider-box ul.sider-body li > ul.select > li a {
                display: block;
                font-size: 15px;
                text-indent: 45px; }
          .main-container .left-sider .sider-box ul.sider-body li.iactive a {
            color: #0076db; }
    .main-container .right-sider {
      width: 880px; }
  /* ---------------------------------------------------------- *
  * 产品列表样 @ 产品列表页
  */
  .product-page-list {
    width: 100%;
    margin: 20px auto;
    display: block; }
    .product-page-list .product-item:nth-child(2n) {
      margin-right: 1.5%; }
    .product-page-list .product-item:nth-child(3n) {
      margin-right: 0px; }
    .product-page-list .product-item {
      width: 32%;
      margin-right: 1.5%;
      margin-bottom: 25px;
      float: left; }
      .product-page-list .product-item img {
        width: 100%;
        height: 235px;
        border-radius: 5px;
        object-fit: cover; }
      .product-page-list .product-item .product-title {
        font-size: 16px;
        font-weight: 500;
        margin-top: 5px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .product-page-list .product-item .product-description {
        margin-top: 8px;
        font-size: 15px;
        color: #666;
        height: 56px;
        line-height: 19.5px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden; }
  /* ---------------------------------------------------------- *
  * footer
  */
  footer {
    margin-top: 80px; }
    footer .footer-container {
      width: 1200px;
      margin: 10px auto 100px auto;
      display: flex;
      justify-content: space-between; } }

/* @media only screen and (min-width: 900px)  */
/**/
/*------------------------------------------------------*/
.form-container {
  padding: 30px 60px 30px 30px;
  margin-top: 30px;
  background-color: #fff;
  padding: 20px; }
  .form-container .form-panel {
    margin-top: 36px;
    overflow: hidden;
    padding-bottom: 80px; }
    .form-container .form-panel .info {
      color: #073984;
      background-color: #cfe2ff;
      border-color: #bbd6fe;
      position: relative;
      padding: 1rem 1rem;
      margin-bottom: 38px;
      font-size: 15px;
      border: 1px solid transparent;
      border-radius: .25rem; }
    .form-container .form-panel .form-group {
      min-height: 45px;
      overflow: hidden;
      clear: both; }
      .form-container .form-panel .form-group label {
        display: block;
        width: 90px;
        height: 30px;
        line-height: 30px;
        float: left; }
      .form-container .form-panel .form-group input[type="text"] {
        height: 24px;
        line-height: 30px;
        width: 180px;
        float: left;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 3px;
        outline-style: none; }
      .form-container .form-panel .form-group textarea {
        width: 360px;
        max-width: 95%;
        height: 180px;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 3px;
        outline-style: none; }
      .form-container .form-panel .form-group input::-webkit-input-placeholder,
      .form-container .form-panel .form-group textarea::-webkit-input-placeholder {
        font-size: 13px;
        color: #cfcfcf; }
    .form-container .form-panel .checkbox-list {
      margin-top: 10px;
      margin-left: 90px; }
      .form-container .form-panel .checkbox-list label {
        min-width: 60px;
        float: left;
        margin-right: 20px; }
        .form-container .form-panel .checkbox-list label input[type="radio"] {
          float: left; }
        .form-container .form-panel .checkbox-list label span {
          margin-left: 3px; }
    .form-container .form-panel .form-group > button {
      height: 30px;
      padding: 0px 15px;
      border-radius: 3px;
      border: 0px;
      margin-top: 30px;
      background-color: #0076db;
      color: #fff;
      font-size: 13px;
      line-height: 30px;
      outline-style: none;
      margin-left: 90px; }
